home *** CD-ROM | disk | FTP | other *** search
/ Aminet 19 / Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso / Aminet / util / arc / PackDev1_9.readme < prev    next >
Text File  |  1997-05-03  |  6KB  |  121 lines

  1. Short:    Packs DFx, DHx etc., XPK support, V1.9
  2. Author:   christian.wasner@hamburg.netsurf.de
  3. Uploader: christian.wasner@hamburg.netsurf.de
  4. Type:     util/arc
  5.  
  6. With  this program you can read or write data directly from/to a disk.  The
  7. blocks of the disk are read and stored into a file.  All types of disks can
  8. be read (i.e.  DHx:  RAD:  DFx:  etc., but not CD Roms).  When handling DOS
  9. disks,  only  the  used blocks are read/written if not specified otherwise.
  10. All blocks are handled if the disk has no known filesystem (e.g.  PeeCee or
  11. Mac  disks  or  demo disks with trackloaders).  The data can also be packed
  12. with  any  bugfree  XPK  packer.   The  program  currently only has a shell
  13. interface, but a GUI is in progress.
  14.  
  15. All  this  sounds  like "Oh no, another DMS clone", but DMS can only handle
  16. floppy  disks or devices with the size of floppy disks.  Even Non-DOS disks
  17. can be handled (then all blocks are read, of course).  Another advantage of
  18. PackDev  is  that  is  doesn't  use stolen code like the authors of DMS do.
  19. PackDev  supports  the  xpk packer system thus it's much more flexible than
  20. DMS.   You  can  use any xpk packer you like, e.g.  a disk with pictures or
  21. sounds  or  anything  else  can be packed with an xpk packer customized for
  22. that type of data.  When comparing size, you see that DevPack is only 24 KB
  23. long !
  24.  
  25.  
  26. Aug-14 1994 V1.0 - Initial release, never released I think...
  27.  
  28. Aug-18 1994 V1.1 - Minor bugs fixed
  29.  
  30. Apr-16 1995 V1.2 - Problems  with  OFS disks fixed (PackDev didn't know the
  31.                    number of free/used blocks)
  32.                  - ALL, NOVERBOSE, QUIET and NOCONFIRM keyword added
  33.                  - Doc file corrected and improved
  34.                  - Filesystem  type  is  now  read  from block 0 instead of
  35.                    reading  it from the DOS node, because the latter always
  36.                    contains DOS\0 for Amiga floppies
  37.                  - Minor bugfixes
  38.  
  39. Apr-30 1995 V1.3 - If the partition with LIBS: on it is to be handled,
  40.                    PackDev could not open XPK (sub-)libraries, fixed
  41.                  - Minimum XPK buffer size corrected
  42.                  - TESTFILE parameter added
  43.                  - Checksums installed, in case an xpk packer doesn't keep
  44.                    them..
  45.                  - Argument handling changed (you got me, Christian...)
  46.                  - BLOCKLIST parameter added
  47.                  - PASSWORD parameter added
  48.  
  49. Jul-02 1995 V1.4 - OS 2.0 workaround: Filesystems cannot be inhibited if
  50.                    the DosList is locked. Now it is unlocked before
  51.                    inhibiting (Thanks, Golly).
  52.                  - Bugfix: DosList was locked with LDF_READ|LDF_DEVICES,
  53.                    but unlocked with LDF_READ|LDF_VOLUMES.
  54.                  - Minor docfile editing
  55.  
  56. Aug-17 1995 V1.5 - Read/write error output/user interaction was only done
  57.                    if QUIET or NOCONFIRM were set. This must be vice versa,
  58.                    of course (Thanks Dirk)
  59.                  - Documentation is now in Amigaguide format (Thanks to
  60.                    Edd Dumbill, the author of Heddley, a great Amigaguide
  61.                    editor)
  62.  
  63. Sep-03 1995 V1.6 - Added new parameters: TDFLABEL, NOVERIFY, TRUENAME
  64.                  - TDFORMAT does no longer write label buffers, use TDFLABEL
  65.                    for this in future
  66.                  - XPK timing docs revised
  67.                  - Guide file improved
  68.                  - The guide became longer than the executable :-)
  69.  
  70. Sep-17 1995 V1.7 - Filename handling bug when reading fixed
  71.                  - On an 68000 packdev crashed when writing to a disk
  72.                    (casted a char * to long *; reading a longword
  73.                    from an uneven address crashes 68000/68010 systems)
  74.                  - Stupid bug with format options fixed (any specification
  75.                    if disk formatting was rejected)
  76.                  - FORCE keyword added
  77.                  - Minor guide file editing
  78.                  - Thanks to Bosch and Dirk for reporting the bugs
  79.  
  80. Apr-15 1996 V1.8 - FORCE keyword  wasn't set as /S/O, fixed.
  81.                  - Version ID of archives wasn't 1.6 in V1.7, fixed.
  82.                  - If the DosList (list of devices, assigns and volumes)
  83.                    or the device is in use, now 10 seconds will be waited
  84.                    respectively.
  85.                  - A "0" was printed when calling PackDev. This was debugging
  86.                    info. Removed.
  87.                  - Minor guide file editing
  88.                  - Thanks to Dirk for reporting the bugs
  89.  
  90. 20-Mar 1997 V1.9 - PackDev can read floppies with unsupported
  91.                    filesystems again (Thanks Dirk)
  92.                  - Not keeping checksums when reading without packing
  93.                    changes from being undocumented feature to a documented
  94.                    one ;-) See documentation about PACK parameter
  95.                  - When PackDev was started with no disk in drive and
  96.                    this was done when you were prompted to do so, the
  97.                    disk was always treated as if it doesn't have a
  98.                    filesystem. Fixed.
  99.                  - potential bug removed that may hvae been appeared
  100.                    in some future version
  101.                  - Documentation now contains my updated email
  102.                    address, so I can get bug reports again ;-)
  103.  
  104.  
  105. -------- ANOTHER FINE PHANTASM TOOL --------
  106. ____________ ________ _________  ____ _____
  107. ____  /  /  /__ ____ _\ ._ __  /  __/___ _/
  108. _/ __/     /    /  / /// /    /__  / / / /
  109. ___//__/__/_/__/__/__/__/_/__/___ /_/_/_/LNF
  110.  
  111.  
  112. ============================= Archive contents =============================
  113.  
  114. Original  Packed Ratio    Date     Time    Name
  115. -------- ------- ----- --------- --------  -------------
  116.    23724   11607 51.0% 20-Mar-97 22:36:12  PackDev
  117.    33759   12410 63.2% 20-Mar-97 22:36:44  PackDev.guide
  118.      410     236 42.4% 20-Mar-97 22:40:20  FILE_ID.DIZ
  119. -------- ------- ----- --------- --------
  120.    57893   24253 58.1% 21-Mar-97 10:04:46   3 files
  121.